﻿/* 公共CSS */
*{ margin: 0; padding: 0 }
body { font: 15px "Microsoft YaHei", Arial, Helvetica, sans-serif; background: #fff; color: #001737; }
img { border: 0; }
ul, li { list-style: none; }
a { text-decoration: none; color: #001737; }
a:hover { color: #012684; text-decoration: none; }
.clear { clear: both; width: 100%; overflow: hidden; }
.fl{float:left;}
.fr{float:right;}
.clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden}
h1, h2, h3, h4, h5, h6 {font-size: 14px;font-weight: normal;}
.box { width: 1200px; margin: auto; }
.container{ min-width:320px; max-width:1800px;margin: auto; }
.container1{ min-width:320px; max-width:1440px;margin: auto; }
.icon {background: url(../images/icon.png) no-repeat;display: inline-block;vertical-align: middle;}
.clearfix {
*zoom: 1;
}

/*-----------pc头部 -----------*/
.h-fix{position:fixed;z-index:9999;background:#fff;width:100%;box-shadow: 0 1px 3px rgba(26,26,26,.1);}
.header {display:block;height:78px;position:relative;left:0;-webkit-transition:all .3s ease;-o-transition:all .3s ease;transition:all .3s ease;z-index:19}
.header .logo {float:left;overflow:hidden;height:78px;}
.header .logo h1,.header .logo div {height:100%;display:block;}
.header .logo a {min-width:220px;height:100%;display:block;position:relative;font-size:0;overflow:hidden;}
.header .logo a img {width:100%;max-width:100%;height:auto;position:absolute;top:50%;transform:translateY(-50%);left:0;}
.header .nav-bar {float:left;margin-left:4%;}
.header .nav-bar li {display:inline-block;height:78px;line-height:78px;position:relative;vertical-align:top;}
.header .nav-bar li a {display:inline-block;padding:0 15px;color:#6b7386;font-size:16px;position:relative;z-index:2;min-width:68px;text-align:center; cursor:pointer;}

.header .nav-bar li em[class*="dot"] {display:inline-block;position:relative;left:-10px;z-index:1;width:16px;}
.header .nav-bar li em[class*="dot"] .fa {color:#666;font-size:16px;width:16px;display:block;}
.header .nav-bar li a:hover {color:#0067d0;transition: all 500ms ease;}
/*.header .nav-bar li.active:before,.header .nav-bar li[class*="li-cate-"]:before{position: absolute;content: '';background: #0067d0;width: 0;height: 3px;left: 0px;right:0;margin:0px auto;bottom:18px;transition: all 500ms ease;-webkit-mask-image: linear-gradient(-75deg, rgba(244, 55, 55, 0.24) 50%, #f43737 50%, rgba(0,0,0,1) 70%);-webkit-mask-size: 200%;animation: shine 2s infinite;}
.header .nav-bar li.active:after,.header .nav-bar li[class*="li-cate-"]:after{position: absolute;content: '';background: #ffffff;width: 6px;height: 3px;right: 32%;bottom:18px;transition: all 300ms ease;}*/
.header .nav-bar li.active:before{position: absolute;content: '';background: #0067d0;width: 0;height: 3px;left: 0px;right:0;margin:0px auto;bottom:18px;transition: all 500ms ease;-webkit-mask-image: linear-gradient(-75deg, rgba(244, 55, 55, 0.24) 50%, #f43737 50%, rgba(0,0,0,1) 70%);-webkit-mask-size: 200%;animation: shine 2s infinite;}
.header .nav-bar li.active:after{position: absolute;content: '';background: #ffffff;width: 6px;height: 3px;right: 32%;bottom:18px;transition: all 300ms ease;}
.header .nav-bar li.on:before,.header .nav-bar li.active:before{width: 30px;}
.header .nav-bar li.active > a{color:#0067d0;}
@-webkit-keyframes shine {from{-webkit-mask-position: 150%;}to{-webkit-mask-position: -50%;}}
/*二级高亮*/
.header .nav-bar ul li>ul {width:100%;min-width:110px;position:absolute;top:100%;left:50%;transform:translateX(-50%);right:0;background:#fff;z-index:888;visibility:hidden;opacity:0;box-shadow:0px 8px 20px 0px rgba(0,0,0,0);-webkit-transition:all .3s ease;-o-transition:all .3s ease;transition:all .3s ease;box-shadow: 0px 8px 20px 0px rgba(0,0,0,0.1);}
.header .nav-bar ul li>ul li {width:100%;height:42px;line-height:42px;display:block;}
.header .nav-bar ul li>ul li a {width:100%;text-align:center;height:42px;line-height:42px;font-size:14px;color:#6b7386;opacity:1; padding:0;}
.header .nav-bar ul li>ul li.on a:hover {color:#0067d0;}
.header .nav-bar ul li.on>ul {visibility:visible;opacity:1;}
.header .nav-bar ul li>ul li em[class*="dot"] {position:absolute;right:5px;left:auto;top:10px;z-index:3;-webkit-transform:rotate(-90deg);-ms-transform:rotate(-90deg);-o-transform:rotate(-90deg);transform:rotate(-90deg);}
.header .nav-bar ul li.on>ul li em[class*="dot"] .fa {color:#6b7386;}
/*三级高亮*/
.header .nav-bar ul li>ul li .sub-menu {visibility:hidden;opacity:0;display:none;left:-100%;transform:none;}
.header .nav-bar ul li>ul li.on .sub-menu {right:-100%;left:auto;top:0;visibility:visible;opacity:1;display:block;}
.header .nav-bar ul li>ul li.on .sub-menu li a,.header .nav-bar ul li>ul li.on .sub-menu li a:hover {background:rgba(0,0,0,0);color:#6b7386);}
.header .nav-bar ul li>ul li.on .sub-menu li.on a,.header .nav-bar ul li>ul li.on .sub-menu li.on a:hover {color:#ff3366;}
/*移动端*/
.m-btn {position:absolute;top:4px;bottom:0;right:90px;padding:0 15px;height:100%;display:none;line-height:56px;cursor:pointer;}
.m-btn i {color:#6b7386;opacity:0.7;font-size:20px;line-height:48px;}
.m-btn .fa-remove{color:#fff;}
.m-btn:hover i {opacity:1}
.m-nav {width:70%;background:#434957;position:fixed;top:0;bottom:0;left:-70%;-webkit-transition:all .3s ease;-o-transition:all .3s ease;transition:all .3s ease;z-index:999;overflow-y: scroll;overflow-x: hidden;}
.m-nav .m-btn {height:48px;line-height:48px;left:auto;right:-45px;display:none;}
.m-nav ul {padding-top:0px;}
.m-nav li {width:100%;position:relative;}
.m-nav li a {padding:0 25px;line-height:48px;color:#fff;display:block;border-bottom:1px solid rgba(255,255,255,0.08);}
.m-nav li a:hover {background:rgba(0,0,0,0.1);}
.m-nav ul li>ul {display:none;}
.m-nav li em[class*="dot"] {position:absolute;top:0px;right:0px;width:48px;height:48px;text-align:center;border-left:1px solid rgba(255,255,255,0);cursor:pointer;}
.m-nav li em[class*="dot"] .fa {font-size:18px;color:#fff;-webkit-transition:all .3s ease;-o-transition:all .3s ease;transition:all .3s ease;position:absolute;width:48px;line-height:48px;top:0;left:0;}
.m-nav li em[class*="dot"] .fa.open {-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);-o-transform:rotate(180deg);transform:rotate(180deg);}
.m-nav ul li>ul li {background:rgba(0,0,0,0.15);}
.m-nav ul li>ul li a {border-bottom:1px solid rgba(255,255,255,0.05);opacity:0.8;font-size:14px;text-indent:1em}
/*搜索和黑暗模式*/
.search,.darkmode {float:right;margin-left:15px;position:relative;}
.darkmode i{font-weight: 900;}
.search i.fa,.darkmode i.fa {color:#6b7386;line-height:78px;opacity:0.7;font-size:18px;padding-left:10px;-webkit-transition:all .3s ease;-o-transition:all .3s ease;transition:all .3s ease;cursor:pointer;display:block;width: 28px;}
.search i.fa:hover,.darkmode i.fa:hover {opacity:1;}
.search .s-form {padding:20px;line-height:none;display:block;background:#fff;position:absolute;right:0;top:100%;display:none;box-shadow:0px 8px 20px 0px rgba(0,0,0,0.1);border:1px solid #eee;border-top:none;z-index:1;}
.search .s-form .sform {width:258px;padding-right:32px;position:relative;}
.search .s-form button {border:medium none;background:#20439d;position:absolute;top:0;right:0;cursor:pointer;}
.search .s-form button i {color:#fff;font-size:18px;height:39px;line-height:39px;padding:0 10px;width: 40px;}
.search .s-form button:hover {opacity:1}
.search .s-form .sinput {background:#f8f8f8;border:1px solid #eee;padding: 5px 0 0 10px;height:32px;line-height:32px;width:100%;font-size: 14px;}
.search .s-form .arrow {position:absolute;top:-17px;right:-2px;line-height:26px;color:#fff;font-size:20px;opacity: 1;}
#mask {position:fixed;left:0;top:0;width:100%;height:100%;background:rgba(0,0,0,.5);z-index:899;display:none;}

.header .submit i,#banner-bear .submit i{padding-right:4px;}
.header .submit .a,#banner-bear .submit .a {display: block;margin: 21px 20px;height: 36px;line-height: 36px;padding: 0 1em;text-align: center;border-radius: 4px;background-color: #ff5656;color: #fff;font-size:14px;font-weight:800px;}
.header .submit .a:hover,#banner-bear .submit .a:hover{background-color: #ef1616;}
.header .submit .a,#banner-bear .submit .a {animation: shake 1.82s cubic-bezier(0.4, 0, 1, 1) both;animation-timing-function: cubic-bezier(0.4, 0, 1, 1);animation-iteration-count: 1;animation-iteration-count: infinite;animation-timing-function: ease-in;}
.header .submit .a:hover,#banner-bear .submit .a:hover {animation-name: shakeAnim;}
@keyframes shakeAnim {0% {left: 0}1% {left: 0}2% {left: 0}3% {left: 0}4% {left: 0}5% {left: 0}6% {left: 0}7% {left: 0}}
@keyframes shake {10%, 90% {transform: translate3d(-1px, 0, 0);}20%, 80% {transform: translate3d(2px, 0, 0);}
30%, 50%, 70% {transform: translate3d(-4px, 0, 0);}40%, 60% {transform: translate3d(4px, 0, 0);}}

.banner{ display:block; overflow:hidden; width:100%; height:auto; position:relative; margin:0 auto;}
.banner img{vertical-align: middle; width:100%;}
/*首页公司简介*/
.sec1{ overflow:hidden; background:#f7f7f; padding:58px 0px 102px}
.headline{text-align: center;height: auto;overflow: hidden;margin-bottom: 40px;}
.head_bt{font-size: 36px;line-height: 82px;height: 82px;overflow: hidden;position: relative;font-weight: bold;margin-bottom: 20px;}
.head_bt:after{content: "";width: 142px;height: 2px;background: #3759f0;position: absolute;bottom: 0px;left: 50%;margin-left: -72px;}
.head_nr{font-size: 16px;line-height: 32px;width: 80%;margin: 0 auto;}
.about_area{width: 100%;height: auto;overflow: hidden;}
.about_item{width: 32%;height: auto;overflow: hidden;float: left;margin-right: 2%;position: relative; display:block;}
.about_item:last-child{margin-right: 0px;}
.about_img{width: 100%;height: auto;overflow: hidden;}
.about_img img{width: 100%;}
.about_hover{height: 56px;padding: 18px 28px 20px;overflow: hidden;background: rgba(0,0,0,.5);color: #fff;position: absolute;bottom: 0;left: 0;transition: 400ms;width: 100%;}
.about_intro{width: 90%;height: auto;overflow: hidden;max-height: 100%;}
.about_bt{font-size: 20px;line-height: 30px;height: 30px;overflow: hidden;margin-bottom: 4px;text-align: left;transition: 400ms;}
.about_nr{line-height: 30px;height: 120px;overflow: hidden;margin-bottom: 14px;}
.about_imore{border-top: 1px solid #b2c0fb;padding-top: 14px;text-align: center;line-height: 30px;height: auto;overflow: hidden;}
.about_imore a{color: #becafd;display: block;}
.about_imore a:hover{color: #fff;}
.about_item:hover .about_hover{background: rgba(55,89,240,.8);padding: 50px 28px 20px;height: 80%;transition: 400ms;}
.about_item:hover .about_bt{text-align: center;margin-bottom: 12px;transition: 400ms;}

/*发展历程*/
.product-section {
	padding-bottom: 50px;
	position: relative;
	background: url(../images/aq.jpg) no-repeat;
	background-size: cover
}
.product-title {
	padding: 80px 10px 50px;
	font-weight: normal;
	font-size: 36px;
	line-height: 46px;
	color: #252b3a;
	text-align: center;
	color: #ffffff
}
.product-wrapper {
	max-width: 1200px;
	padding-left: 10px;
	padding-right: 10px;
	margin-left: auto;
	margin-right: auto;
	position: relative
}
.swiper-container {
	margin-left: auto;
	margin-right: auto;
	position: relative;
	overflow: hidden;
	z-index: 1
}
.product-features .product-body {
	margin: 0px 25px
}
.product-features .product-body:after {
	content: "";
	width: 100%;
	height: 3px;
	background: url(../images/productBase-features-model.png) no-repeat;
	background-size: 100% auto;
	background-position: center;
	position: absolute;
	top: 50px;
	left: 0;
	z-index: 0
}
/*li*/
.features-item {
	position: relative;
	float: left
}
.features-slide .features-item>* {
	text-align: center
}
.features-item h3 {
	font-size: 16px;
	line-height: 28px;
	margin-bottom: 50px;
	color: #ffffff;
	opacity: 0.7;
	transition: all 0.1s
}
.features-item i {
	position: absolute;
	width: 75%;
	height: 33px;
	background: url(../images/productBase-features-timeline.png) no-repeat;
	background-size: contain;
	background-position: right center;
	left: -25%;
	margin-left: 10px;
	top: 35px;
	z-index: 3
}
.features-item .features-info {
	display: block;
	margin: 0 auto;
	padding: 20px 53px;
	transition: all 0.3s;
	border-radius: 2px
}
.features-item .features-info .features-info-i {
	font-size: 14px;
	color: #A0A2A8;
	line-height: 22px;
	margin-bottom: 10px
}
.features-item .features-info .features-info-s {
	font-size: 16px;
	color: #FFFFFF;
	line-height: 24px;
	overflow: hidden
}
.features-item.dark i {
	background: url(../images/productBase-features-timeline-dark.png) no-repeat;
	background-size: contain;
	background-position: right center
}
/*鼠标悬浮效果*/
.features-item:hover h3 {
	font-size: 22px;
	line-height: 28px;
	opacity: 0.9
}
.features-item:hover i {
	width: 75%;
	margin-left: 13px;
	background: url(../images/productBase-features-timeline-hover.png) no-repeat;
	background-size: contain;
	background-position: right center
}
.features-item:hover a {
	background: url(../images/productBase-features-info.png) no-repeat;
	background-size: 100% 100%
}
/*左右按钮*/
.product-features .swiper-button-prev {
	width: 30px;
	height: 40%;
	left: -15px;
	top: 60%;
	background: none
}
.product-features .swiper-button-prev:after {
	content: "";
	display: inline-block;
	position: absolute;
	width: 15px;
	height: 30px;
	background: url(../images/productBase-features-left.png) no-repeat;
	background-size: 100% 100%;
	top: 50%;
	margin-top: -15px;
	left: 50%;
	margin-left: -7px
}
.product-features .swiper-button-next {
	width: 30px;
	height: 40%;
	right: -15px;
	top: 60%;
	background: none
}
.product-features .swiper-button-next:after {
	content: "";
	display: inline-block;
	position: absolute;
	width: 15px;
	height: 30px;
	background: url(../images/productBase-features-right.png) no-repeat;
	background-size: 100% 100%;
	top: 50%;
	margin-top: -15px;
	left: 50%;
	margin-left: -7px
}

/*首页产品*/
.prolist{margin:0 -.75%;padding:0 0 .25% 0;list-style:none;overflow:hidden;font-size:0;}
.prolist:after{content:" ";clear:both;display:table;}
.prolist-item{float:left;width:23.3%;padding:0;margin:0 .75% 1.5% .75%;background:#fff;border:1px solid #eaeaea;position:relative;z-index:1;}
.prolist-item:hover{box-shadow:0 1px 20px rgba(0,0,0,0.1);}
.prolist-item .ui-progress{position:absolute;top:32%;left:10px;right:10px;z-index:2;}
.prolist-item .error{position:absolute;top:0;left:0;right:0;background:#F00;color:#fff;padding:8px;font-size:12px;z-index:2;text-align:center;}
.prolist-item.disabled,.prolist-item.disabled a{cursor:not-allowed;}
.prolist-image{position:relative;overflow:hidden;padding-bottom:56.2%;}
.prolist-image img{width:100%;position:absolute;z-index:1;}
.prolist-image svg{width:100%;height:100%;z-index:1;color:#fff;font-size:24px;text-anchor:middle;position:absolute;}
.prolist-image .upload{width:100%;height:100%;position:absolute;display:flex;justify-content:center;align-items:center;font-size:40px;color:#ccc;cursor:pointer;background:#f9f9f9;}
.prolist-image .upload:hover{color:#333;}
.prolist-image em{position:absolute;right:-74px;top:10px;z-index:10;width:200px;line-height:32px;background:#2DB7F5;color:#fff;font-size:13px;text-align:center;font-style:normal;transform:rotate(45deg);}
.prolist-image em.bg-red{background:#ED4014;}
.prolist-image em.bg-yellow{background:#F37B1D;}
.prolist-image em.bg-blue{background:#1890FF;}
.prolist-image em.bg-green{background:#19BE6B;}
.prolist-image em.bg-info{background:#2DB7F5;}
.prolist-body{padding:15px;}
.prolist-title{font-size:16px;}
.prolist-flex{margin:10px 0 5px 0;display:flex;align-items:center;}
.prolist-price{color:#333;flex:1;font-size:14px;}
.prolist-price strong{font-size:16px;color:#ED4014;}
.prolist-price del,.prolist-price span{color:#999;display:block;font-size:12px;}
.prolist-flex .action{}
.prolist-flex .action a.ui-btn{border-radius:50px;padding:0 20px;font-size:16px;}
.prolist-col-2 .prolist-item{width:48.5%;}
.prolist-col-3 .prolist-item{width:31.8%;}
.prolist-col-4 .prolist-item{width:23.5%;}
.prolist-col-5 .prolist-item{width:18.5%;}
.prolist-1-1 .prolist-image{padding-bottom:100%;}
.prolist-3-2 .prolist-image{padding-bottom:66.6%;}
.prolist-3-4 .prolist-image{padding-bottom:133.3%;}
.prolist-4-3 .prolist-image{padding-bottom:75%;}
.prolist-16-9 .prolist-image{padding-bottom:56.2%;}
.prolist-100 .prolist-image img{min-height:100%;}
.prolist-image .upload-action{position:absolute;width:100%;height:100%;bottom:-100%;display:flex;justify-content:center;align-items:center;font-size:15px;z-index:2;background:rgba(0,0,0,.4);transition:all .5s ease 0s;}
.prolist-image .upload-action a{font-size:30px;color:#ccc;margin:0 5px;}
.prolist-image .upload-action a:hover{color:#fff;}
.prolist-image:hover .upload-action{bottom:0;}
.prolist-top{margin-top:-15px;}
.ui-text-hide {overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}


.sec3{padding:58px 0px 102px; overflow:hidden; background:#f7f7f7;}
.bigbox{ overflow:hidden; }
.bigbox .left{ width:59.18%; float:left; }
.bigbox .nbox{ position:relative; overflow:hidden; padding:5px; }
.bigbox .nbox:hover .img1{ transform:scale(1.1); }
.bigbox .nbox:hover a{ opacity:0.7; }
.bigbox .cbox{ overflow:hidden;background: #E5E5E5;}
.bigbox .img1{ transition:all 1s; max-width:100%; }
.bigbox .n1 .textbox{ position:absolute; left:43px; top:32%; }
.bigbox .textbox a{ display:block; margin-top:12px; transition:all 0.5s; }
.bigbox .textbox a p{ font-size:34px; color:#1d1d1d; }
.bigbox .textbox a span{ font-size:18px; color:#727272; font-family:Arial; display:block; margin-top:5px; }
.bigbox .n2 .textbox{ position:absolute; left:62%; top:32%; }
.bigbox .right{ width:40.82%; float:left; }
.bigbox .n3 img{ display:block; margin:0 auto; }
.bigbox .n3 .textbox{ position:absolute; left:0; top:100px; text-align:center; width:100%; }

.sec4{padding:58px 0px 102px; overflow:hidden;}
.new_l {
	background: #f5f5f5;
	width: 584px;
	margin-top: 39px;
}
.new_l_time {
	margin: 0 0 0 20px;
	width: 78px;
	text-align: left;
}
.new_l_time div {
	line-height: 28px;
	padding-top: 27px;
	font-size: 24px;
	color: #808080;
	font-weight: bold;
}
.new_l_time span {
	line-height: 20px;
	font-size: 16px;
	color: #bebebe;
}
.new_l_title {
	padding-left: 20px;
	width: 435px;
	background: url(../images/shux.png) no-repeat left 33px;
}
.new_l_title div {
	line-height: 28px;
	padding-top: 18px;
	font-size: 18px;
	color: #515050;
	height: 28px;
	overflow: hidden;
}
.new_l_title span {
	line-height: 20px;
	margin-top: 11px;
	display: block;
	font-size: 14px;
	color: #c2c2c2;
	height: 40px;
	overflow: hidden;
}
.new_l {
	transition: 0.4s linear;
	-webkit-transition: 0.4s linear;
}
.new_l:hover {
	background: #3488ea;
	box-shadow: 0px 0px 15px #999;
}
.new_l:hover .new_l_time div, .new_l:hover .new_l_time span, .new_l:hover .new_l_title div, .new_l:hover .new_l_title span {
	color: #fff;
}
.new_height {
	height: 114px;
}
.new_r {
	padding-top: 24px;
	*width: 583px;
	width: calc(100% - 614px)
}
.new_r li {
	height: 116px;
	margin-top: 15px;
	background: #f5f5f5;
}
.new_r li:hover {
	background: #3488ea;
	box-shadow: 0px 0px 10px #999;
}
.new_r li a {
	display: block;
}
.new_data {
	width: 79px;
	text-align: left;
	margin-left: 20px;
}
.new_data div {
	line-height: 28px;
	padding-top: 27px;
	font-size: 24px;
	color: #808080;
	font-weight: bold;
}
.new_data span {
	margin-top: 5px;
	font-size: 16px;
	color: #bebebe;
	display: block;
	line-height: 20px;
}
.new_text {
	*width: 450px;
	width: calc(100% - 119px);
	padding-left: 20px;
	background: url(../images/shux.png) no-repeat left 33px;
}
.new_text div {
	font-size: 18px;
	color: #515050;
	line-height: 25px;
	padding-top: 29px;
}
.new_text span {
	font-size: 14px;
	color: #c2c2c2;
	display: block;
	line-height: 28px;
	margin-top: 10px;
}
.new_r li:hover .new_data div, .new_r li:hover .new_data span, .new_r li:hover .new_text div, .new_r li:hover .new_text span {
	color: #fff;
}
.new_r li:hover .new_text {
	background: url(../images/pic_14.jpg) no-repeat left 33px;
}

.sec5{padding:58px 0px 102px; overflow:hidden; background:#f7f7f7;}
@media (min-width: 1400px) {
.inxSolut-wrapper {
	padding-left: 0;
	padding-right: 0;
}
}
.inxPartner {
	background-color: #f1f4f9;
}
.inxpart-list {
	position: relative;
	padding: 20px 30px;
}
.inxpart-list li a {
	display: block;
	border: 1px solid #dbdced;
}
.inxpart-list li img {
	display: block;
	width: 100%;
}
.inxpart-list .index-btn.index-prev.swiper-button-disabled {
	display: none !important;
}
.inxpart-list .index-btn.index-next.swiper-button-disabled {
	display: none !important;
}
.partner-wrapper {
	overflow: hidden;
}
 @media (min-width: 1024px) {
.inxpart-list {
	padding: 36px 30px;
}
.inxpart-list li:hover img {
	-webkit-transform: scale(1.03, 1.03);
	-moz-transform: scale(1.03, 1.03);
	-ms-transform: scale(1.03, 1.03);
	-o-transform: scale(1.03, 1.03);
	transform: scale(1.03, 1.03);
}
.inxpart-list li a {
	-webkit-transition: all ease .5s;
	-o-transition: all ease .5s;
	-moz-transition: all ease .5s;
	transition: all ease .5s;
	overflow: hidden;
}
.inxpart-list li a img {
	-webkit-transition: all ease 0.7s;
	-moz-transition: all ease 0.7s;
	-o-transition: all ease 0.7s;
	transition: all ease 0.7s;
}
.inxpart-list li:hover a {
	border-color: #d82019;
}
.inxPartner {
	padding-top: 56px;
	padding-bottom: 25px;
}
}
 @media (min-width: 1400px) {
.inxpart-list {
	padding-left: 0;
	padding-right: 0;
}
}
.partner-wrapper {
    overflow: hidden;
}
.index-btn.index-prev {
    left: -30px;
}
.index-btn.index-prev {
	background-image: url(../images/prev.png);
	left: 0;
}
.index-btn.index-prev:hover {
	background-image: url(../images/prevho.png);
}
.index-btn.index-next {
	background-image: url(../images/next.png);
	right: 0;
}
.index-btn.index-next:hover {
	background-image: url(../images/nextho.png);
}
.index-btn {
    width: 46px;
    height: 46px;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
}
.index-btn {
    display: block;
    width: 30px;
    height: 30px;
    position: absolute;
    position: absolute;
    z-index: 3;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    background-position: center center;
    background-repeat: no-repeat;
    -moz-background-size: 30px;
    -o-background-size: 30px;
    background-size: 30px;
}


.inside-banner {position: relative;overflow: hidden; width:100%;}
.inside-banner img { width:100%; height:auto;}

.full-inside-subnava .channel-title{display:none;}
.full-inside-subnava .channel-title::after {_font-size: 0;_line-height: 0;_overflow: hidden;width: 0;height: 0;}
.full-inside-subnava {
	overflow: hidden;
}
.full-inside-subnava {
    background-color: #ffffff;
    border-bottom: 1px solid #e0e0e0;
}
.full-inside-subnava .channel-title {
	display: none;
}
.full-inside-subnava .subnav {
	display: block;
	position: static;
	background-color: transparent;
	padding-bottom: 0;
	border-top: 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.full-inside-subnava .subnav ul {
	height: 60px;
}
.full-inside-subnava .subnav li {
	width: auto;
	display: inline-block;
	-webkit-flex-shrink: 0;
	-ms-flex: 0 0 auto;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	height: 100%;
	-ms-flex-pack: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	margin-right: 25px;
}
.full-inside-subnava .subnav li:hover a, .full-inside-subnava .subnav li.cur a {
	color: #20439d;
}
.full-inside-subnava .subnav li:hover a:after, .full-inside-subnava .subnav li.cur a:after {
	left: 0;
	right: 0;
	z-index: 1;
}
.full-inside-subnava .subnav a {
	float: left;
	display: block;
	line-height: 60px;
	border-bottom: 0;
	padding: 0;
	-webkit-transition: all ease .5s;
	-o-transition: all ease .5s;
	-moz-transition: all ease .5s;
	transition: all ease .5s;
	position: relative;
}
.full-inside-subnava .subnav a:after {
	content: "";
	height: 3px;
	position: absolute;
	bottom: 0;
	left: 51%;
	right: 51%;
	z-index: -1;
	background-color: #20439d;
	-o-transition-property: left, right;
	-moz-transition-property: left, right;
	transition-property: left, right;
	-webkit-transition-property: left, right;
	-moz-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-duration: 0.3s;
	-moz-transition-timing-function: ease-out;
	-o-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	-webkit-transition-timing-function: ease-out;
}
.full-inside-subnava .subnav .sub-btn {
	width: 44px;
	height: 100%;
	cursor: pointer;
	z-index: 10;
	background-color: #ffffff;
	position: absolute;
	z-index: 3;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	padding: 0;
}
.full-inside-subnava .subnav .sub-btn:before {
	display: block;
	content: "";
	width: 16px;
	height: 16px;
	border-left: 2px solid #848484;
	border-bottom: 2px solid #848484;
}
.full-inside-subnava .subnav .sub-btn.sub-prev {
	left: 0;
}
.full-inside-subnava .inside-subnav {
	width: 73%;
	float: left;
}
.full-inside-subnava .crumb {
	position: relative;
	float: right;
	max-width: 27%;
	padding-left: 28px;
	display: block;
	color: #737373;
	font-size: 0;
	line-height: 60px;
	border-left: 1px solid #e0e0e0;
}
.full-inside-subnava .crumb .inner {
	white-space: nowrap;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	overflow: hidden;
	text-align: right;
}
.full-inside-subnava .crumb a {
	position: relative;
	z-index: 3;
	display: inline-block;
	vertical-align: top;
 *display: inline;
 *zoom: 1;
	color: #737373;
	font-size: 14px;
}
.full-inside-subnava .crumb a:after {
	content: '';
	display: inline-block;
	vertical-align: middle;
	width: 0;
	height: 0;
	margin: -2px 4px 0 8px;
	border: 3px solid rgba(255, 255, 255, 0);
	border-left-color: #757575;
}
.full-inside-subnava .crumb a:hover {
	color: #20439d;
}
.full-inside-subnava .crumb span {
	position: relative;
	z-index: 3;
	font-size: 13px;
	display: inline-block;
	vertical-align: top;
 *display: inline;
 *zoom: 1;
}
.full-inside-subnava .crumb .home {
	padding-left: 14px;
	vertical-align: middle;
	background: url("../images/homeico.png") no-repeat 0 center;
}

.tcontent{ overflow:hidden; display:block; padding:50px 0;color: #9b9b9b;}
.tcontent p{ line-height:24px;}
.newscenter-list ul li {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-repeat: no-repeat;
}
.product-list ul li {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-repeat: no-repeat;
}
/*.newscenter-list {padding-top: 60px;padding-bottom: 18px;}
.commonweb {margin: 0px auto;max-width: 1200px;padding: 0;}
.newscenter-list ul {
    margin: 0 -15px;
    padding-bottom: 32px;
}
.newscenter-list ul {
    padding: 0 0 20px 0;
}
.newscenter-list li {padding: 0 15px;margin: 0 0 30px 0;}
.col-sm-4 {width: 33.33333333%;float: left;}
.newscenter-list li a {display: block;border: 1px solid #e3e3eb;-webkit-transition: all ease .5s;-o-transition: all ease .5s;
-moz-transition: all ease .5s;transition: all ease .5s;}
.newscenter-list li .news-img {overflow: hidden;}
.newscenter-list li .news-img img {-webkit-transition: all ease 0.7s;-moz-transition: all ease 0.7s;-o-transition: all ease 0.7s;
transition: all ease 0.7s;}
.newscenter-list li img {display: block;width: 100%;}
.newscenter-list li .news-text {padding: 10px;border-top: 1px solid #e3e3eb;}
.newscenter-list li .news-text .name {color: #58596d;font-size: 16px;display: -webkit-box;height: 32px;line-height: 32px;-o-text-overflow: ellipsis;text-overflow: ellipsis;overflow: hidden;-webkit-box-orient: vertical;-webkit-line-clamp: 2;}
.newscenter-list li .news-text .name {font-size: 18px;line-height: 30px;height: 60px;}
.newscenter-list li .news-text .desc {color: #b2b2b2;font-size: 13px;display: -webkit-box;height: 72px;line-height: 24px;-o-text-overflow: ellipsis;text-overflow: ellipsis;overflow: hidden;-webkit-box-orient: vertical;-webkit-line-clamp: 3;margin: 5px 0;}
.newscenter-list li .news-text .desc {margin: 9px 0 11px;}
*/

/* 必要布局样式css */
.map-content {
    padding: 30px 0;
}

.map-module {
    width: 1200px !important;
    margin: 0 auto;
    position: relative;
    transition: all .3s ease;
}

.map-content-info {
    position: relative;
    margin-bottom: 30px;
}

.branch-map-l {
    width: 849px;
    height: 575px;
    position: relative;
}

.map-content-box {
    width: 100%;
    height: 100%;
    background: url("../images/map-bj.png") no-repeat center;
    position: relative;
}

.map-dot {
    position: absolute;
    text-align: center;
    font-size: 12px;
    cursor: pointer;
}

.beijing {
    left: 585px;
    top: 220px;
}

.tianjin {
    left: 600px;
    top: 234px;
}

.hebei {
    left: 575px;
    top: 254px;
}

.shanxi {
    left: 540px;
    top: 276px;
}

.liaoning {
    left: 660px;
    top: 196px;
}

.jilin {
    left: 696px;
    top: 167px;
}

.heilongjiang {
    left: 676px;
    top: 106px;
}

.shanghai {
    left: 666px;
    top: 346px;
}

.jiangsu {
    left: 640px;
    top: 316px;
}

.zhejiang {
    left: 655px;
    top: 379px;
}

.anhui {
    left: 605px;
    top: 334px;
}

.fujian {
    left: 630px;
    top: 428px;
}

.jiangxi {
    left: 595px;
    top: 402px;
}

.shandong {
    left: 610px;
    top: 284px;
}

.henan {
    left: 562px;
    top: 316px;
}

.hubei {
    left: 555px;
    top: 359px;
}

.hunan {
    left: 545px;
    top: 409px;
}

.guangdong {
    left: 575px;
    top: 466px;
}

.guangxi {
    left: 506px;
    top: 472px;
}

.chongqing {
    left: 495px;
    top: 364px;
}

.sichuan {
    left: 425px;
    top: 370px;
}

.guizhou {
    left: 484px;
    top: 424px;
}

.yunnan {
    left: 405px;
    top: 462px;
}

.shanxi1 {
    left: 502px;
    top: 312px;
}

.map-dot:after {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    margin: 0 auto;
    background-color: #01B7BD;
    border-radius: 50%;
}

.map-dot.beijing:after {
    width: 13px;
    height: 12px;
    border-radius: 0;
    background: url("../images/icon-star.png") no-repeat center;
}
.map-dot.zhejiang:after {
    width: 13px;
    height: 12px;
    border-radius: 0;
    background: url("../images/icon-star.png") no-repeat center;
}
.branch-map-data {
    position: absolute;
    box-sizing: border-box;
    width: 430px;
    border: 1px solid #01B7BD;
    box-shadow: 0 0 2px 2px #e9e9e9;
    background-color: #fff;
    padding: 10px 30px;
    z-index: 1;
    display: none;
}

.branch-map-data-title {
    border-bottom: 1px solid #eee;
}

.branch-map-data-title p {
    font-size: 18px;
    color: #333;
    line-height: 28px;
}

.branch-map-data-info {
    max-height: 236px;
    overflow-y: auto;
}

.data-branch {
    border-bottom: 1px dashed #eee;
    padding: 6px 0;
    box-sizing: border-box;
}

.data-branch:last-child {
    border: none;
}

a, button, input, textarea {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.data-branch .data-name {
    font-size: 14px;
    color: #666;
    line-height: normal;
    margin-bottom: 5px;
}

.data-branch p {
    font-size: 12px;
    color: #999;
    line-height: 20px;
}

.data-branch p {
    font-size: 12px;
    color: #999;
    line-height: 20px;
}

.branch-map-data:before {
    content: "";
    position: absolute;
    left: -16px;
    top: 50%;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border: 8px solid;
    border-color: transparent #01B7BD transparent transparent;
}

.branch-map-data:after {
    content: "";
    position: absolute;
    left: -15px;
    top: 50%;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border: 8px solid;
    border-color: transparent #fff transparent transparent;
}

.map-dot.cur:before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -3px;
    transform: translateX(-50%);
    width: 14px;
    height: 14px;
    border-radius: 50%;
    border: 1px solid #01B7BD;
    animation: dot 4s infinite;
}

@keyframes dot {
    100% {
        transform: translateX(-50%) scale(1);
        opacity: 1;
    }

    50% {
        transform: translateX(-50%) scale(1.5);
        opacity: .1;
    }
}
.errtips{ padding:80px 0; text-align:center; color:#F00;}


.footer {
	padding: 50px 0;
	background-color: #20439d;
	color: #bec3cc;
}
.footer a {
	color: #bec3cc;
}
.footer a:hover {
	color: #fff;
}
.footer-nav {
	margin-bottom: 30px;
	background-color: #334564;
	border-radius: 5px;
	font-size: 0;
	padding: 15px;
	text-align: center;
}
.footer-nav a {
	display: inline-block;
	vertical-align: middle;
	font-size: 15px;
	margin: 0 20px;
}
.footer-ewm {
	float: right;
	width: 120px;
	text-align: center;
}
.footer-ewm p {
	margin: 10px 0 0;
	font-size: 12px;
}
.footer-info {
	margin-right: 160px;
	background: url(../images/ff_87.jpg) no-repeat 0 center;
	padding-left: 250px;
}
.footer-info p {
	margin: 5px 0 0;
}
.img-center {
    text-align: center;
    font-size: 0;
}
.img-center img {
    display: inline-block;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    vertical-align: middle;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.mhuoban-content{ display:none;}